home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Bitmap / MCPPCRelease / Build
Encoding:
Text File  |  1996-09-17  |  631 b   |  23 lines  |  [TEXT/MPS ]

  1. #    This script uses a combination of MPW scripts to build the MrC PPC
  2. #    Bitmap Part (Release Build) 
  3. #
  4. # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
  5.  
  6. # {FWBldType} - Should be either "Debug" or "Release".
  7.  
  8. Set FWBldType "Release"
  9. Export FWBldType
  10.  
  11. ### Make sure you're set to the correct directory
  12.  
  13. Directory "{ODFDev}Bitmap:MCPPCRelease:"
  14.  
  15. ### Tell the FWBuild script where your precompiled header files are located.
  16.  
  17. Set FWPreCompHdrDir "{ODF}MCPPCRelease:Precompile∂ Headers:"
  18. Export FWPreCompHdrDir
  19.  
  20. ### Build your Bitmap part
  21.  
  22. FWBuildMrCPPCRelease "{ODFDev}Bitmap:Sources:ODFBitmap.CFM"
  23.